Html Css Color HEX #BB6A28 Christine

📋 copy color: '#BB6A28'

red 187 ◦ green 106 ◦ blue 40

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

Shades of Christine #BB6A28

Tints of Christine #BB6A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

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

R = 56.16%
G = 31.83%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB6A28 (or 0xBB6A28) is known color: Christine. HEX triplet: BB, 6A and 28. RGB value is (187,106,40). Sum of RGB (Red+Green+Blue) = 187+106+40=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A28 is #4495D7. Grayscale: #7B7B7B. Windows color (decimal): -4494808 or 2648763. OLE color: 2648763.

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

Color convert

RGB 187 106 40 -
CMYK 0 0.43 0.79 0.27
HSL 26.94º 0.65% 0.45% -
HSV(B) 26.94º 0.79% 0.73% -
XYZ 26.03 21.03 4.69 -
YUV 122.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 187 106 40 0 0.43 0.79 0.27 26.94 0.65 0.45
Hex BB 6A 28 0 2B 4F 1B 1B 41 2D
Octal 273 152 50 0 53 117 33 33 101 55
Binary 10111011 1101010 101000 0 101011 1001111 11011 11011 1000001 101101

Color Harmonies of #BB6A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A28

Black with #BB6A28

Text Example


Text Example

White with #BB6A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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