Html Css Color HEX #BD8F18 Buddha Gold

📋 copy color: '#BD8F18'

red 189 ◦ green 143 ◦ blue 24

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

Shades of Buddha Gold #BD8F18

Tints of Buddha Gold #BD8F18

RGB

 RED value IS 189 (74.22% from 255) = 53.09%

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 53.09%
G = 40.17%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD8F18 (or 0xBD8F18) is known color: Buddha Gold. HEX triplet: BD, 8F and 18. RGB value is (189,143,24). Sum of RGB (Red+Green+Blue) = 189+143+24=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8F18 is #4270E7. Grayscale: #8F8F8F. Windows color (decimal): -4354280 or 1609661. OLE color: 1609661.

HSL color Cylindrical-coordinate representation of color #BD8F18: hue angle of 43.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD8F18 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 143 24 -
CMYK 0 0.24 0.87 0.26
HSL 43.27º 0.77% 0.42% -
HSV(B) 43.27º 0.87% 0.74% -
XYZ 30.97 30.53 5.12 -
YUV 143.19 60.74 160.68 -
System Red Green Blue C M Y K H S L
Decimal 189 143 24 0 0.24 0.87 0.26 43.27 0.77 0.42
Hex BD 8F 18 0 18 57 1A 2B 4D 2A
Octal 275 217 30 0 30 127 32 53 115 52
Binary 10111101 10001111 11000 0 11000 1010111 11010 101011 1001101 101010

Color Harmonies of #BD8F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F18

Black with #BD8F18

Text Example


Text Example

White with #BD8F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F18; }

 p { color: rgb(189,143,24); }

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

background-color css

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

 a { background-color: rgb(189,143,24); }

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

border-color css

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

 span { border-color: rgb(189,143,24); }

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