Html Css Color HEX #BB5D25 Christine

📋 copy color: '#BB5D25'

red 187 ◦ green 93 ◦ blue 37

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

Shades of Christine #BB5D25

Tints of Christine #BB5D25

RGB

 RED value IS 187 (73.44% from 255) = 58.99%

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

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

R = 58.99%
G = 29.34%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB5D25 (or 0xBB5D25) is known color: Christine. HEX triplet: BB, 5D and 25. RGB value is (187,93,37). Sum of RGB (Red+Green+Blue) = 187+93+37=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D25 is #44A2DA. Grayscale: #737373. Windows color (decimal): -4498139 or 2448827. OLE color: 2448827.

HSL color Cylindrical-coordinate representation of color #BB5D25: hue angle of 22.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB5D25 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 37 -
CMYK 0 0.50 0.80 0.27
HSL 22.4º 0.67% 0.44% -
HSV(B) 22.4º 0.8% 0.73% -
XYZ 24.74 18.53 4.02 -
YUV 114.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 187 93 37 0 0.50 0.80 0.27 22.4 0.67 0.44
Hex BB 5D 25 0 32 50 1B 16 43 2C
Octal 273 135 45 0 62 120 33 26 103 54
Binary 10111011 1011101 100101 0 110010 1010000 11011 10110 1000011 101100

Color Harmonies of #BB5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D25

Black with #BB5D25

Text Example


Text Example

White with #BB5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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