Html Css Color HEX #BB6326 Christine

📋 copy color: '#BB6326'

red 187 ◦ green 99 ◦ blue 38

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

Shades of Christine #BB6326

Tints of Christine #BB6326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 57.72%
G = 30.56%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB6326 (or 0xBB6326) is known color: Christine. HEX triplet: BB, 63 and 26. RGB value is (187,99,38). Sum of RGB (Red+Green+Blue) = 187+99+38=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6326 is #449CD9. Grayscale: #767676. Windows color (decimal): -4496602 or 2515899. OLE color: 2515899.

HSL color Cylindrical-coordinate representation of color #BB6326: hue angle of 24.56º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB6326 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 38 -
CMYK 0 0.47 0.80 0.27
HSL 24.56º 0.66% 0.44% -
HSV(B) 24.56º 0.8% 0.73% -
XYZ 25.31 19.63 4.29 -
YUV 118.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 187 99 38 0 0.47 0.80 0.27 24.56 0.66 0.44
Hex BB 63 26 0 2F 50 1B 19 42 2C
Octal 273 143 46 0 57 120 33 31 102 54
Binary 10111011 1100011 100110 0 101111 1010000 11011 11001 1000010 101100

Color Harmonies of #BB6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6326

Black with #BB6326

Text Example


Text Example

White with #BB6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6326; }

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

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

background-color css

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

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

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

border-color css

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

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

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