Html Css Color HEX #BB611D Christine

📋 copy color: '#BB611D'

red 187 ◦ green 97 ◦ blue 29

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

Shades of Christine #BB611D

Tints of Christine #BB611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 59.74%
G = 30.99%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB611D (or 0xBB611D) is known color: Christine. HEX triplet: BB, 61 and 1D. RGB value is (187,97,29). Sum of RGB (Red+Green+Blue) = 187+97+29=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB611D is #449EE2. Grayscale: #747474. Windows color (decimal): -4497123 or 1925563. OLE color: 1925563.

HSL color Cylindrical-coordinate representation of color #BB611D: hue angle of 25.82º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB611D is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 97 29 -
CMYK 0 0.48 0.84 0.27
HSL 25.82º 0.73% 0.42% -
HSV(B) 25.82º 0.84% 0.73% -
XYZ 24.99 19.2 3.55 -
YUV 116.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 187 97 29 0 0.48 0.84 0.27 25.82 0.73 0.42
Hex BB 61 1D 0 30 54 1B 1A 49 2A
Octal 273 141 35 0 60 124 33 32 111 52
Binary 10111011 1100001 11101 0 110000 1010100 11011 11010 1001001 101010

Color Harmonies of #BB611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB611D

Black with #BB611D

Text Example


Text Example

White with #BB611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB611D; }

 p { color: rgb(187,97,29); }

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

background-color css

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

 a { background-color: rgb(187,97,29); }

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

border-color css

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

 span { border-color: rgb(187,97,29); }

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