Html Css Color HEX #BB6028 Christine

📋 copy color: '#BB6028'

red 187 ◦ green 96 ◦ blue 40

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

Shades of Christine #BB6028

Tints of Christine #BB6028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 57.89%
G = 29.72%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB6028 (or 0xBB6028) is known color: Christine. HEX triplet: BB, 60 and 28. RGB value is (187,96,40). Sum of RGB (Red+Green+Blue) = 187+96+40=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6028 is #449FD7. Grayscale: #757575. Windows color (decimal): -4497368 or 2646203. OLE color: 2646203.

HSL color Cylindrical-coordinate representation of color #BB6028: hue angle of 22.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6028 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 40 -
CMYK 0 0.49 0.79 0.27
HSL 22.86º 0.65% 0.45% -
HSV(B) 22.86º 0.79% 0.73% -
XYZ 25.06 19.08 4.37 -
YUV 116.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 187 96 40 0 0.49 0.79 0.27 22.86 0.65 0.45
Hex BB 60 28 0 31 4F 1B 17 41 2D
Octal 273 140 50 0 61 117 33 27 101 55
Binary 10111011 1100000 101000 0 110001 1001111 11011 10111 1000001 101101

Color Harmonies of #BB6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6028

Black with #BB6028

Text Example


Text Example

White with #BB6028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6028; }

 p { color: rgb(187,96,40); }

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

background-color css

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

 a { background-color: rgb(187,96,40); }

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

border-color css

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

 span { border-color: rgb(187,96,40); }

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