Html Css Color HEX #BF9C02 Buddha Gold

📋 copy color: '#BF9C02'

red 191 ◦ green 156 ◦ blue 2

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

Shades of Buddha Gold #BF9C02

Tints of Buddha Gold #BF9C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 54.73%
G = 44.7%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF9C02 (or 0xBF9C02) is known color: Buddha Gold. HEX triplet: BF, 9C and 02. RGB value is (191,156,2). Sum of RGB (Red+Green+Blue) = 191+156+2=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C02 is #4063FD. Grayscale: #959595. Windows color (decimal): -4219902 or 171199. OLE color: 171199.

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

Color convert

RGB 191 156 2 -
CMYK 0 0.18 0.99 0.25
HSL 48.89º 0.98% 0.38% -
HSV(B) 48.89º 0.99% 0.75% -
XYZ 33.39 34.86 5.03 -
YUV 148.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 191 156 2 0 0.18 0.99 0.25 48.89 0.98 0.38
Hex BF 9C 2 0 12 63 19 31 62 26
Octal 277 234 2 0 22 143 31 61 142 46
Binary 10111111 10011100 10 0 10010 1100011 11001 110001 1100010 100110

Color Harmonies of #BF9C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C02

Black with #BF9C02

Text Example


Text Example

White with #BF9C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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