Html Css Color HEX #BB6123 Christine

📋 copy color: '#BB6123'

red 187 ◦ green 97 ◦ blue 35

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

Shades of Christine #BB6123

Tints of Christine #BB6123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

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

R = 58.62%
G = 30.41%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6123 (or 0xBB6123) is known color: Christine. HEX triplet: BB, 61 and 23. RGB value is (187,97,35). Sum of RGB (Red+Green+Blue) = 187+97+35=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6123 is #449EDC. Grayscale: #757575. Windows color (decimal): -4497117 or 2318779. OLE color: 2318779.

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

Color convert

RGB 187 97 35 -
CMYK 0 0.48 0.81 0.27
HSL 24.47º 0.68% 0.44% -
HSV(B) 24.47º 0.81% 0.73% -
XYZ 25.07 19.24 3.98 -
YUV 116.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 187 97 35 0 0.48 0.81 0.27 24.47 0.68 0.44
Hex BB 61 23 0 30 51 1B 18 44 2C
Octal 273 141 43 0 60 121 33 30 104 54
Binary 10111011 1100001 100011 0 110000 1010001 11011 11000 1000100 101100

Color Harmonies of #BB6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6123

Black with #BB6123

Text Example


Text Example

White with #BB6123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6123; }

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

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

background-color css

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

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

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

border-color css

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

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

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