Html Css Color HEX #BF9A1C Buddha Gold

📋 copy color: '#BF9A1C'

red 191 ◦ green 154 ◦ blue 28

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

Shades of Buddha Gold #BF9A1C

Tints of Buddha Gold #BF9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 51.21%
G = 41.29%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF9A1C (or 0xBF9A1C) is known color: Buddha Gold. HEX triplet: BF, 9A and 1C. RGB value is (191,154,28). Sum of RGB (Red+Green+Blue) = 191+154+28=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A1C is #4065E3. Grayscale: #979797. Windows color (decimal): -4220388 or 1874623. OLE color: 1874623.

HSL color Cylindrical-coordinate representation of color #BF9A1C: hue angle of 46.38º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF9A1C is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 28 -
CMYK 0 0.19 0.85 0.25
HSL 46.38º 0.74% 0.43% -
HSV(B) 46.38º 0.85% 0.75% -
XYZ 33.25 34.27 5.96 -
YUV 150.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 191 154 28 0 0.19 0.85 0.25 46.38 0.74 0.43
Hex BF 9A 1C 0 13 55 19 2E 4A 2B
Octal 277 232 34 0 23 125 31 56 112 53
Binary 10111111 10011010 11100 0 10011 1010101 11001 101110 1001010 101011

Color Harmonies of #BF9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A1C

Black with #BF9A1C

Text Example


Text Example

White with #BF9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A1C; }

 p { color: rgb(191,154,28); }

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

background-color css

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

 a { background-color: rgb(191,154,28); }

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

border-color css

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

 span { border-color: rgb(191,154,28); }

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