Html Css Color HEX #BF941C Buddha Gold

📋 copy color: '#BF941C'

red 191 ◦ green 148 ◦ blue 28

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

Shades of Buddha Gold #BF941C

Tints of Buddha Gold #BF941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 52.04%
G = 40.33%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF941C (or 0xBF941C) is known color: Buddha Gold. HEX triplet: BF, 94 and 1C. RGB value is (191,148,28). Sum of RGB (Red+Green+Blue) = 191+148+28=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF941C is #406BE3. Grayscale: #939393. Windows color (decimal): -4221924 or 1873087. OLE color: 1873087.

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

Color convert

RGB 191 148 28 -
CMYK 0 0.23 0.85 0.25
HSL 44.17º 0.74% 0.43% -
HSV(B) 44.17º 0.85% 0.75% -
XYZ 32.29 32.34 5.64 -
YUV 147.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 191 148 28 0 0.23 0.85 0.25 44.17 0.74 0.43
Hex BF 94 1C 0 17 55 19 2C 4A 2B
Octal 277 224 34 0 27 125 31 54 112 53
Binary 10111111 10010100 11100 0 10111 1010101 11001 101100 1001010 101011

Color Harmonies of #BF941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF941C

Black with #BF941C

Text Example


Text Example

White with #BF941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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