Html Css Color HEX #BF9C04 Buddha Gold

📋 copy color: '#BF9C04'

red 191 ◦ green 156 ◦ blue 4

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

Shades of Buddha Gold #BF9C04

Tints of Buddha Gold #BF9C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 54.42%
G = 44.44%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF9C04 (or 0xBF9C04) is known color: Buddha Gold. HEX triplet: BF, 9C and 04. RGB value is (191,156,4). Sum of RGB (Red+Green+Blue) = 191+156+4=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C04 is #4063FB. Grayscale: #959595. Windows color (decimal): -4219900 or 302271. OLE color: 302271.

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

Color convert

RGB 191 156 4 -
CMYK 0 0.18 0.98 0.25
HSL 48.77º 0.96% 0.38% -
HSV(B) 48.77º 0.98% 0.75% -
XYZ 33.4 34.86 5.08 -
YUV 149.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 191 156 4 0 0.18 0.98 0.25 48.77 0.96 0.38
Hex BF 9C 4 0 12 62 19 31 60 26
Octal 277 234 4 0 22 142 31 61 140 46
Binary 10111111 10011100 100 0 10010 1100010 11001 110001 1100000 100110

Color Harmonies of #BF9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C04

Black with #BF9C04

Text Example


Text Example

White with #BF9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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