Html Css Color HEX #BF9C13 Buddha Gold

📋 copy color: '#BF9C13'

red 191 ◦ green 156 ◦ blue 19

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

Shades of Buddha Gold #BF9C13

Tints of Buddha Gold #BF9C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 52.19%
G = 42.62%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF9C13 (or 0xBF9C13) is known color: Buddha Gold. HEX triplet: BF, 9C and 13. RGB value is (191,156,19). Sum of RGB (Red+Green+Blue) = 191+156+19=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C13 is #4063EC. Grayscale: #979797. Windows color (decimal): -4219885 or 1285311. OLE color: 1285311.

HSL color Cylindrical-coordinate representation of color #BF9C13: hue angle of 47.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF9C13 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 19 -
CMYK 0 0.18 0.90 0.25
HSL 47.79º 0.82% 0.41% -
HSV(B) 47.79º 0.9% 0.75% -
XYZ 33.49 34.9 5.59 -
YUV 150.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 191 156 19 0 0.18 0.90 0.25 47.79 0.82 0.41
Hex BF 9C 13 0 12 5A 19 30 52 29
Octal 277 234 23 0 22 132 31 60 122 51
Binary 10111111 10011100 10011 0 10010 1011010 11001 110000 1010010 101001

Color Harmonies of #BF9C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C13

Black with #BF9C13

Text Example


Text Example

White with #BF9C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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