Html Css Color HEX #BB6319 Christine

📋 copy color: '#BB6319'

red 187 ◦ green 99 ◦ blue 25

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

Shades of Christine #BB6319

Tints of Christine #BB6319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 60.13%
G = 31.83%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6319 (or 0xBB6319) is known color: Christine. HEX triplet: BB, 63 and 19. RGB value is (187,99,25). Sum of RGB (Red+Green+Blue) = 187+99+25=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6319 is #449CE6. Grayscale: #757575. Windows color (decimal): -4496615 or 1663931. OLE color: 1663931.

HSL color Cylindrical-coordinate representation of color #BB6319: hue angle of 27.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB6319 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 25 -
CMYK 0 0.47 0.87 0.27
HSL 27.41º 0.76% 0.42% -
HSV(B) 27.41º 0.87% 0.73% -
XYZ 25.13 19.56 3.37 -
YUV 116.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 187 99 25 0 0.47 0.87 0.27 27.41 0.76 0.42
Hex BB 63 19 0 2F 57 1B 1B 4C 2A
Octal 273 143 31 0 57 127 33 33 114 52
Binary 10111011 1100011 11001 0 101111 1010111 11011 11011 1001100 101010

Color Harmonies of #BB6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6319

Black with #BB6319

Text Example


Text Example

White with #BB6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6319; }

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

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

background-color css

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

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

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

border-color css

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

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

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