Html Css Color HEX #BF9A21 Buddha Gold

📋 copy color: '#BF9A21'

red 191 ◦ green 154 ◦ blue 33

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

Shades of Buddha Gold #BF9A21

Tints of Buddha Gold #BF9A21

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 50.53%
G = 40.74%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF9A21 (or 0xBF9A21) is known color: Buddha Gold. HEX triplet: BF, 9A and 21. RGB value is (191,154,33). Sum of RGB (Red+Green+Blue) = 191+154+33=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A21 is #4065DE. Grayscale: #979797. Windows color (decimal): -4220383 or 2202303. OLE color: 2202303.

HSL color Cylindrical-coordinate representation of color #BF9A21: hue angle of 45.95º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF9A21 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 33 -
CMYK 0 0.19 0.83 0.25
HSL 45.95º 0.71% 0.44% -
HSV(B) 45.95º 0.83% 0.75% -
XYZ 33.32 34.3 6.3 -
YUV 151.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 191 154 33 0 0.19 0.83 0.25 45.95 0.71 0.44
Hex BF 9A 21 0 13 53 19 2E 47 2C
Octal 277 232 41 0 23 123 31 56 107 54
Binary 10111111 10011010 100001 0 10011 1010011 11001 101110 1000111 101100

Color Harmonies of #BF9A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A21

Black with #BF9A21

Text Example


Text Example

White with #BF9A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A21; }

 p { color: rgb(191,154,33); }

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

background-color css

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

 a { background-color: rgb(191,154,33); }

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

border-color css

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

 span { border-color: rgb(191,154,33); }

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