Html Css Color HEX #BB6430 Christine

📋 copy color: '#BB6430'

red 187 ◦ green 100 ◦ blue 48

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

Shades of Christine #BB6430

Tints of Christine #BB6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 55.82%
G = 29.85%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB6430 (or 0xBB6430) is known color: Christine. HEX triplet: BB, 64 and 30. RGB value is (187,100,48). Sum of RGB (Red+Green+Blue) = 187+100+48=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6430 is #449BCF. Grayscale: #787878. Windows color (decimal): -4496336 or 3171515. OLE color: 3171515.

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

Color convert

RGB 187 100 48 -
CMYK 0 0.47 0.74 0.27
HSL 22.45º 0.59% 0.46% -
HSV(B) 22.45º 0.74% 0.73% -
XYZ 25.58 19.89 5.29 -
YUV 120.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 187 100 48 0 0.47 0.74 0.27 22.45 0.59 0.46
Hex BB 64 30 0 2F 4A 1B 16 3B 2E
Octal 273 144 60 0 57 112 33 26 73 56
Binary 10111011 1100100 110000 0 101111 1001010 11011 10110 111011 101110

Color Harmonies of #BB6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6430

Black with #BB6430

Text Example


Text Example

White with #BB6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6430; }

 p { color: rgb(187,100,48); }

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

background-color css

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

 a { background-color: rgb(187,100,48); }

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

border-color css

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

 span { border-color: rgb(187,100,48); }

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