Html Css Color HEX #BB9817 Buddha Gold

📋 copy color: '#BB9817'

red 187 ◦ green 152 ◦ blue 23

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

Shades of Buddha Gold #BB9817

Tints of Buddha Gold #BB9817

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 51.66%
G = 41.99%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB9817 (or 0xBB9817) is known color: Buddha Gold. HEX triplet: BB, 98 and 17. RGB value is (187,152,23). Sum of RGB (Red+Green+Blue) = 187+152+23=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9817 is #4467E8. Grayscale: #949494. Windows color (decimal): -4483049 or 1546427. OLE color: 1546427.

HSL color Cylindrical-coordinate representation of color #BB9817: hue angle of 47.2º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB9817 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 23 -
CMYK 0 0.19 0.88 0.27
HSL 47.2º 0.78% 0.41% -
HSV(B) 47.2º 0.88% 0.73% -
XYZ 31.88 33.08 5.52 -
YUV 147.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 187 152 23 0 0.19 0.88 0.27 47.2 0.78 0.41
Hex BB 98 17 0 13 58 1B 2F 4E 29
Octal 273 230 27 0 23 130 33 57 116 51
Binary 10111011 10011000 10111 0 10011 1011000 11011 101111 1001110 101001

Color Harmonies of #BB9817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9817

Black with #BB9817

Text Example


Text Example

White with #BB9817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9817; }

 p { color: rgb(187,152,23); }

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

background-color css

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

 a { background-color: rgb(187,152,23); }

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

border-color css

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

 span { border-color: rgb(187,152,23); }

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