Html Css Color HEX #BB6728 Christine

📋 copy color: '#BB6728'

red 187 ◦ green 103 ◦ blue 40

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

Shades of Christine #BB6728

Tints of Christine #BB6728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 56.67%
G = 31.21%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB6728 (or 0xBB6728) is known color: Christine. HEX triplet: BB, 67 and 28. RGB value is (187,103,40). Sum of RGB (Red+Green+Blue) = 187+103+40=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6728 is #4498D7. Grayscale: #797979. Windows color (decimal): -4495576 or 2647995. OLE color: 2647995.

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

Color convert

RGB 187 103 40 -
CMYK 0 0.45 0.79 0.27
HSL 25.71º 0.65% 0.45% -
HSV(B) 25.71º 0.79% 0.73% -
XYZ 25.73 20.42 4.59 -
YUV 120.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 187 103 40 0 0.45 0.79 0.27 25.71 0.65 0.45
Hex BB 67 28 0 2D 4F 1B 1A 41 2D
Octal 273 147 50 0 55 117 33 32 101 55
Binary 10111011 1100111 101000 0 101101 1001111 11011 11010 1000001 101101

Color Harmonies of #BB6728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6728

Black with #BB6728

Text Example


Text Example

White with #BB6728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6728; }

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

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

background-color css

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

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

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

border-color css

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

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

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