Html Css Color HEX #BB631D Christine

📋 copy color: '#BB631D'

red 187 ◦ green 99 ◦ blue 29

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

Shades of Christine #BB631D

Tints of Christine #BB631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 59.37%
G = 31.43%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB631D (or 0xBB631D) is known color: Christine. HEX triplet: BB, 63 and 1D. RGB value is (187,99,29). Sum of RGB (Red+Green+Blue) = 187+99+29=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB631D is #449CE2. Grayscale: #757575. Windows color (decimal): -4496611 or 1926075. OLE color: 1926075.

HSL color Cylindrical-coordinate representation of color #BB631D: hue angle of 26.58º 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 #BB631D is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 29 -
CMYK 0 0.47 0.84 0.27
HSL 26.58º 0.73% 0.42% -
HSV(B) 26.58º 0.84% 0.73% -
XYZ 25.18 19.58 3.61 -
YUV 117.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 187 99 29 0 0.47 0.84 0.27 26.58 0.73 0.42
Hex BB 63 1D 0 2F 54 1B 1B 49 2A
Octal 273 143 35 0 57 124 33 33 111 52
Binary 10111011 1100011 11101 0 101111 1010100 11011 11011 1001001 101010

Color Harmonies of #BB631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB631D

Black with #BB631D

Text Example


Text Example

White with #BB631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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