Html Css Color HEX #BF9C21 Buddha Gold

📋 copy color: '#BF9C21'

red 191 ◦ green 156 ◦ blue 33

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

Shades of Buddha Gold #BF9C21

Tints of Buddha Gold #BF9C21

RGB

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

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

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

R = 50.26%
G = 41.05%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF9C21 (or 0xBF9C21) is known color: Buddha Gold. HEX triplet: BF, 9C and 21. RGB value is (191,156,33). Sum of RGB (Red+Green+Blue) = 191+156+33=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C21 is #4063DE. Grayscale: #989898. Windows color (decimal): -4219871 or 2202815. OLE color: 2202815.

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

Color convert

RGB 191 156 33 -
CMYK 0 0.18 0.83 0.25
HSL 46.71º 0.71% 0.44% -
HSV(B) 46.71º 0.83% 0.75% -
XYZ 33.65 34.96 6.41 -
YUV 152.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 191 156 33 0 0.18 0.83 0.25 46.71 0.71 0.44
Hex BF 9C 21 0 12 53 19 2F 47 2C
Octal 277 234 41 0 22 123 31 57 107 54
Binary 10111111 10011100 100001 0 10010 1010011 11001 101111 1000111 101100

Color Harmonies of #BF9C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C21

Black with #BF9C21

Text Example


Text Example

White with #BF9C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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