Html Css Color HEX #BF5D25 Christine

📋 copy color: '#BF5D25'

red 191 ◦ green 93 ◦ blue 37

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

Shades of Christine #BF5D25

Tints of Christine #BF5D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 59.5%
G = 28.97%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF5D25 (or 0xBF5D25) is known color: Christine. HEX triplet: BF, 5D and 25. RGB value is (191,93,37). Sum of RGB (Red+Green+Blue) = 191+93+37=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D25 is #40A2DA. Grayscale: #747474. Windows color (decimal): -4235995 or 2448831. OLE color: 2448831.

HSL color Cylindrical-coordinate representation of color #BF5D25: hue angle of 21.82º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF5D25 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 93 37 -
CMYK 0 0.51 0.81 0.25
HSL 21.82º 0.68% 0.45% -
HSV(B) 21.82º 0.81% 0.75% -
XYZ 25.73 19.04 4.07 -
YUV 115.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 191 93 37 0 0.51 0.81 0.25 21.82 0.68 0.45
Hex BF 5D 25 0 33 51 19 16 44 2D
Octal 277 135 45 0 63 121 31 26 104 55
Binary 10111111 1011101 100101 0 110011 1010001 11001 10110 1000100 101101

Color Harmonies of #BF5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D25

Black with #BF5D25

Text Example


Text Example

White with #BF5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D25; }

 p { color: rgb(191,93,37); }

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

background-color css

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

 a { background-color: rgb(191,93,37); }

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

border-color css

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

 span { border-color: rgb(191,93,37); }

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