Html Css Color HEX #BF9C01 Buddha Gold

📋 copy color: '#BF9C01'

red 191 ◦ green 156 ◦ blue 1

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

Shades of Buddha Gold #BF9C01

Tints of Buddha Gold #BF9C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 54.89%
G = 44.83%
B = 0.29%

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

#BF9C01 (or 0xBF9C01) is known color: Buddha Gold. HEX triplet: BF, 9C and 01. RGB value is (191,156,1). Sum of RGB (Red+Green+Blue) = 191+156+1=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C01 is #4063FE. Grayscale: #959595. Windows color (decimal): -4219903 or 105663. OLE color: 105663.

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

Color convert

RGB 191 156 1 -
CMYK 0 0.18 0.99 0.25
HSL 48.95º 0.99% 0.38% -
HSV(B) 48.95º 0.99% 0.75% -
XYZ 33.38 34.86 5 -
YUV 148.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 191 156 1 0 0.18 0.99 0.25 48.95 0.99 0.38
Hex BF 9C 1 0 12 63 19 31 63 26
Octal 277 234 1 0 22 143 31 61 143 46
Binary 10111111 10011100 1 0 10010 1100011 11001 110001 1100011 100110

Color Harmonies of #BF9C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C01

Black with #BF9C01

Text Example


Text Example

White with #BF9C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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