Html Css Color HEX #BB651D Christine

📋 copy color: '#BB651D'

red 187 ◦ green 101 ◦ blue 29

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

Shades of Christine #BB651D

Tints of Christine #BB651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 58.99%
G = 31.86%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB651D (or 0xBB651D) is known color: Christine. HEX triplet: BB, 65 and 1D. RGB value is (187,101,29). Sum of RGB (Red+Green+Blue) = 187+101+29=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB651D is #449AE2. Grayscale: #767676. Windows color (decimal): -4496099 or 1926587. OLE color: 1926587.

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

Color convert

RGB 187 101 29 -
CMYK 0 0.46 0.84 0.27
HSL 27.34º 0.73% 0.42% -
HSV(B) 27.34º 0.84% 0.73% -
XYZ 25.37 19.96 3.68 -
YUV 118.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 187 101 29 0 0.46 0.84 0.27 27.34 0.73 0.42
Hex BB 65 1D 0 2E 54 1B 1B 49 2A
Octal 273 145 35 0 56 124 33 33 111 52
Binary 10111011 1100101 11101 0 101110 1010100 11011 11011 1001001 101010

Color Harmonies of #BB651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB651D

Black with #BB651D

Text Example


Text Example

White with #BB651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB651D; }

 p { color: rgb(187,101,29); }

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

background-color css

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

 a { background-color: rgb(187,101,29); }

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

border-color css

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

 span { border-color: rgb(187,101,29); }

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