Html Css Color HEX #BBA807 Buddha Gold

📋 copy color: '#BBA807'

red 187 ◦ green 168 ◦ blue 7

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

Shades of Buddha Gold #BBA807

Tints of Buddha Gold #BBA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

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

R = 51.66%
G = 46.41%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBA807 (or 0xBBA807) is known color: Buddha Gold. HEX triplet: BB, A8 and 07. RGB value is (187,168,7). Sum of RGB (Red+Green+Blue) = 187+168+7=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA807 is #4457F8. Grayscale: #9B9B9B. Windows color (decimal): -4478969 or 501947. OLE color: 501947.

HSL color Cylindrical-coordinate representation of color #BBA807: hue angle of 53.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 #BBA807 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 7 -
CMYK 0 0.10 0.96 0.27
HSL 53.67º 0.93% 0.38% -
HSV(B) 53.67º 0.96% 0.73% -
XYZ 34.53 38.59 5.83 -
YUV 155.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 187 168 7 0 0.10 0.96 0.27 53.67 0.93 0.38
Hex BB A8 7 0 A 60 1B 36 5D 26
Octal 273 250 7 0 12 140 33 66 135 46
Binary 10111011 10101000 111 0 1010 1100000 11011 110110 1011101 100110

Color Harmonies of #BBA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA807

Black with #BBA807

Text Example


Text Example

White with #BBA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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