Html Css Color HEX #BF9C03 Buddha Gold

📋 copy color: '#BF9C03'

red 191 ◦ green 156 ◦ blue 3

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

Shades of Buddha Gold #BF9C03

Tints of Buddha Gold #BF9C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 54.57%
G = 44.57%
B = 0.86%

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

#BF9C03 (or 0xBF9C03) is known color: Buddha Gold. HEX triplet: BF, 9C and 03. RGB value is (191,156,3). Sum of RGB (Red+Green+Blue) = 191+156+3=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C03 is #4063FC. Grayscale: #959595. Windows color (decimal): -4219901 or 236735. OLE color: 236735.

HSL color Cylindrical-coordinate representation of color #BF9C03: hue angle of 48.83º degrees, saturation: 0.97, 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 #BF9C03 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 3 -
CMYK 0 0.18 0.98 0.25
HSL 48.83º 0.97% 0.38% -
HSV(B) 48.83º 0.98% 0.75% -
XYZ 33.39 34.86 5.05 -
YUV 149.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 191 156 3 0 0.18 0.98 0.25 48.83 0.97 0.38
Hex BF 9C 3 0 12 62 19 31 61 26
Octal 277 234 3 0 22 142 31 61 141 46
Binary 10111111 10011100 11 0 10010 1100010 11001 110001 1100001 100110

Color Harmonies of #BF9C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C03

Black with #BF9C03

Text Example


Text Example

White with #BF9C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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