Html Css Color HEX #BB6A38 Christine

📋 copy color: '#BB6A38'

red 187 ◦ green 106 ◦ blue 56

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

Shades of Christine #BB6A38

Tints of Christine #BB6A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 53.58%
G = 30.37%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB6A38 (or 0xBB6A38) is known color: Christine. HEX triplet: BB, 6A and 38. RGB value is (187,106,56). Sum of RGB (Red+Green+Blue) = 187+106+56=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A38 is #4495C7. Grayscale: #7C7C7C. Windows color (decimal): -4494792 or 3697339. OLE color: 3697339.

HSL color Cylindrical-coordinate representation of color #BB6A38: hue angle of 22.9º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB6A38 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 56 -
CMYK 0 0.43 0.70 0.27
HSL 22.9º 0.54% 0.48% -
HSV(B) 22.9º 0.7% 0.73% -
XYZ 26.36 21.16 6.44 -
YUV 124.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 187 106 56 0 0.43 0.70 0.27 22.9 0.54 0.48
Hex BB 6A 38 0 2B 46 1B 17 36 30
Octal 273 152 70 0 53 106 33 27 66 60
Binary 10111011 1101010 111000 0 101011 1000110 11011 10111 110110 110000

Color Harmonies of #BB6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A38

Black with #BB6A38

Text Example


Text Example

White with #BB6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A38; }

 p { color: rgb(187,106,56); }

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

background-color css

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

 a { background-color: rgb(187,106,56); }

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

border-color css

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

 span { border-color: rgb(187,106,56); }

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