Html Css Color HEX #BB8D19 Buddha Gold

📋 copy color: '#BB8D19'

red 187 ◦ green 141 ◦ blue 25

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

Shades of Buddha Gold #BB8D19

Tints of Buddha Gold #BB8D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 52.97%
G = 39.94%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB8D19 (or 0xBB8D19) is known color: Buddha Gold. HEX triplet: BB, 8D and 19. RGB value is (187,141,25). Sum of RGB (Red+Green+Blue) = 187+141+25=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D19 is #4472E6. Grayscale: #8E8E8E. Windows color (decimal): -4485863 or 1674683. OLE color: 1674683.

HSL color Cylindrical-coordinate representation of color #BB8D19: hue angle of 42.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8D19 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 25 -
CMYK 0 0.25 0.87 0.27
HSL 42.96º 0.76% 0.42% -
HSV(B) 42.96º 0.87% 0.73% -
XYZ 30.19 29.68 5.06 -
YUV 141.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 187 141 25 0 0.25 0.87 0.27 42.96 0.76 0.42
Hex BB 8D 19 0 19 57 1B 2B 4C 2A
Octal 273 215 31 0 31 127 33 53 114 52
Binary 10111011 10001101 11001 0 11001 1010111 11011 101011 1001100 101010

Color Harmonies of #BB8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D19

Black with #BB8D19

Text Example


Text Example

White with #BB8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D19; }

 p { color: rgb(187,141,25); }

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

background-color css

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

 a { background-color: rgb(187,141,25); }

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

border-color css

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

 span { border-color: rgb(187,141,25); }

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