Html Css Color HEX #BB6A23 Christine

📋 copy color: '#BB6A23'

red 187 ◦ green 106 ◦ blue 35

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

Shades of Christine #BB6A23

Tints of Christine #BB6A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 57.01%
G = 32.32%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6A23 (or 0xBB6A23) is known color: Christine. HEX triplet: BB, 6A and 23. RGB value is (187,106,35). Sum of RGB (Red+Green+Blue) = 187+106+35=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A23 is #4495DC. Grayscale: #7A7A7A. Windows color (decimal): -4494813 or 2321083. OLE color: 2321083.

HSL color Cylindrical-coordinate representation of color #BB6A23: hue angle of 28.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB6A23 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 35 -
CMYK 0 0.43 0.81 0.27
HSL 28.03º 0.68% 0.44% -
HSV(B) 28.03º 0.81% 0.73% -
XYZ 25.95 20.99 4.27 -
YUV 122.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 187 106 35 0 0.43 0.81 0.27 28.03 0.68 0.44
Hex BB 6A 23 0 2B 51 1B 1C 44 2C
Octal 273 152 43 0 53 121 33 34 104 54
Binary 10111011 1101010 100011 0 101011 1010001 11011 11100 1000100 101100

Color Harmonies of #BB6A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A23

Black with #BB6A23

Text Example


Text Example

White with #BB6A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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