Html Css Color HEX #BB6023 Christine

📋 copy color: '#BB6023'

red 187 ◦ green 96 ◦ blue 35

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

Shades of Christine #BB6023

Tints of Christine #BB6023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 58.81%
G = 30.19%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6023 (or 0xBB6023) is known color: Christine. HEX triplet: BB, 60 and 23. RGB value is (187,96,35). Sum of RGB (Red+Green+Blue) = 187+96+35=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6023 is #449FDC. Grayscale: #747474. Windows color (decimal): -4497373 or 2318523. OLE color: 2318523.

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

Color convert

RGB 187 96 35 -
CMYK 0 0.49 0.81 0.27
HSL 24.08º 0.68% 0.44% -
HSV(B) 24.08º 0.81% 0.73% -
XYZ 24.98 19.05 3.95 -
YUV 116.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 187 96 35 0 0.49 0.81 0.27 24.08 0.68 0.44
Hex BB 60 23 0 31 51 1B 18 44 2C
Octal 273 140 43 0 61 121 33 30 104 54
Binary 10111011 1100000 100011 0 110001 1010001 11011 11000 1000100 101100

Color Harmonies of #BB6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6023

Black with #BB6023

Text Example


Text Example

White with #BB6023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6023; }

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

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

background-color css

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

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

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

border-color css

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

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

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