Html Css Color HEX #BF951C Buddha Gold

📋 copy color: '#BF951C'

red 191 ◦ green 149 ◦ blue 28

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

Shades of Buddha Gold #BF951C

Tints of Buddha Gold #BF951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 51.9%
G = 40.49%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF951C (or 0xBF951C) is known color: Buddha Gold. HEX triplet: BF, 95 and 1C. RGB value is (191,149,28). Sum of RGB (Red+Green+Blue) = 191+149+28=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF951C is #406AE3. Grayscale: #949494. Windows color (decimal): -4221668 or 1873343. OLE color: 1873343.

HSL color Cylindrical-coordinate representation of color #BF951C: hue angle of 44.54º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF951C is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 28 -
CMYK 0 0.22 0.85 0.25
HSL 44.54º 0.74% 0.43% -
HSV(B) 44.54º 0.85% 0.75% -
XYZ 32.44 32.66 5.69 -
YUV 147.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 191 149 28 0 0.22 0.85 0.25 44.54 0.74 0.43
Hex BF 95 1C 0 16 55 19 2D 4A 2B
Octal 277 225 34 0 26 125 31 55 112 53
Binary 10111111 10010101 11100 0 10110 1010101 11001 101101 1001010 101011

Color Harmonies of #BF951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF951C

Black with #BF951C

Text Example


Text Example

White with #BF951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF951C; }

 p { color: rgb(191,149,28); }

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

background-color css

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

 a { background-color: rgb(191,149,28); }

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

border-color css

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

 span { border-color: rgb(191,149,28); }

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