Html Css Color HEX #BF9C18 Buddha Gold

📋 copy color: '#BF9C18'

red 191 ◦ green 156 ◦ blue 24

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

Shades of Buddha Gold #BF9C18

Tints of Buddha Gold #BF9C18

RGB

 RED value IS 191 (75% from 255) = 51.48%

 GREEN value IS 156 (61.33% from 255) = 42.05%

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

R = 51.48%
G = 42.05%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF9C18 (or 0xBF9C18) is known color: Buddha Gold. HEX triplet: BF, 9C and 18. RGB value is (191,156,24). Sum of RGB (Red+Green+Blue) = 191+156+24=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C18 is #4063E7. Grayscale: #979797. Windows color (decimal): -4219880 or 1612991. OLE color: 1612991.

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

Color convert

RGB 191 156 24 -
CMYK 0 0.18 0.87 0.25
HSL 47.43º 0.78% 0.42% -
HSV(B) 47.43º 0.87% 0.75% -
XYZ 33.54 34.92 5.84 -
YUV 151.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 191 156 24 0 0.18 0.87 0.25 47.43 0.78 0.42
Hex BF 9C 18 0 12 57 19 2F 4E 2A
Octal 277 234 30 0 22 127 31 57 116 52
Binary 10111111 10011100 11000 0 10010 1010111 11001 101111 1001110 101010

Color Harmonies of #BF9C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C18

Black with #BF9C18

Text Example


Text Example

White with #BF9C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C18; }

 p { color: rgb(191,156,24); }

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

background-color css

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

 a { background-color: rgb(191,156,24); }

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

border-color css

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

 span { border-color: rgb(191,156,24); }

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