Html Css Color HEX #BBA207 Buddha Gold

📋 copy color: '#BBA207'

red 187 ◦ green 162 ◦ blue 7

#BBA207
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BBA207

Tints of Buddha Gold #BBA207

RGB

 RED value IS 187 (73.44% from 255) = 52.53%

 GREEN value IS 162 (63.67% from 255) = 45.51%

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 52.53%
G = 45.51%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBA207 (or 0xBBA207) is known color: Buddha Gold. HEX triplet: BB, A2 and 07. RGB value is (187,162,7). Sum of RGB (Red+Green+Blue) = 187+162+7=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA207 is #445DF8. Grayscale: #989898. Windows color (decimal): -4480505 or 500411. OLE color: 500411.

HSL color Cylindrical-coordinate representation of color #BBA207: hue angle of 51.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBA207 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 7 -
CMYK 0 0.13 0.96 0.27
HSL 51.67º 0.93% 0.38% -
HSV(B) 51.67º 0.96% 0.73% -
XYZ 33.45 36.42 5.47 -
YUV 151.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 187 162 7 0 0.13 0.96 0.27 51.67 0.93 0.38
Hex BB A2 7 0 D 60 1B 34 5D 26
Octal 273 242 7 0 15 140 33 64 135 46
Binary 10111011 10100010 111 0 1101 1100000 11011 110100 1011101 100110

Color Harmonies of #BBA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA207

Black with #BBA207

Text Example


Text Example

White with #BBA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA207; }

 p { color: rgb(187,162,7); }

 H1.HeaderClassName
 {
   color: #BBA207;
 }
 .AnyTagClassName
 {
   color: #BBA207;
 }
</style>

background-color css

<style>
 a { background-color: #BBA207; }

 a { background-color: rgb(187,162,7); }

 div.DivClassName
 {
   background-color: #BBA207;
 }
 .BgClassName
 {
   background-color: #BBA207;
 }
</style>

border-color css

<style>
 span { border-color: #BBA207; }

 span { border-color: rgb(187,162,7); }

 td.TdClassName
 {
   border-color: #BBA207;
 }
 .TagClassName
 {
   border-color: #BBA207;
 }
</style>