Html Css Color HEX #BB6330 Christine

📋 copy color: '#BB6330'

red 187 ◦ green 99 ◦ blue 48

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

Shades of Christine #BB6330

Tints of Christine #BB6330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 55.99%
G = 29.64%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB6330 (or 0xBB6330) is known color: Christine. HEX triplet: BB, 63 and 30. RGB value is (187,99,48). Sum of RGB (Red+Green+Blue) = 187+99+48=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6330 is #449CCF. Grayscale: #777777. Windows color (decimal): -4496592 or 3171259. OLE color: 3171259.

HSL color Cylindrical-coordinate representation of color #BB6330: hue angle of 22.01º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB6330 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 48 -
CMYK 0 0.47 0.74 0.27
HSL 22.01º 0.59% 0.46% -
HSV(B) 22.01º 0.74% 0.73% -
XYZ 25.49 19.7 5.26 -
YUV 119.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 187 99 48 0 0.47 0.74 0.27 22.01 0.59 0.46
Hex BB 63 30 0 2F 4A 1B 16 3B 2E
Octal 273 143 60 0 57 112 33 26 73 56
Binary 10111011 1100011 110000 0 101111 1001010 11011 10110 111011 101110

Color Harmonies of #BB6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6330

Black with #BB6330

Text Example


Text Example

White with #BB6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6330; }

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

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

background-color css

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

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

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

border-color css

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

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

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