Html Css Color HEX #BB621B Christine

📋 copy color: '#BB621B'

red 187 ◦ green 98 ◦ blue 27

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

Shades of Christine #BB621B

Tints of Christine #BB621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 59.94%
G = 31.41%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB621B (or 0xBB621B) is known color: Christine. HEX triplet: BB, 62 and 1B. RGB value is (187,98,27). Sum of RGB (Red+Green+Blue) = 187+98+27=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB621B is #449DE4. Grayscale: #747474. Windows color (decimal): -4496869 or 1794747. OLE color: 1794747.

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

Color convert

RGB 187 98 27 -
CMYK 0 0.48 0.86 0.27
HSL 26.63º 0.75% 0.42% -
HSV(B) 26.63º 0.86% 0.73% -
XYZ 25.06 19.38 3.46 -
YUV 116.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 187 98 27 0 0.48 0.86 0.27 26.63 0.75 0.42
Hex BB 62 1B 0 30 56 1B 1B 4B 2A
Octal 273 142 33 0 60 126 33 33 113 52
Binary 10111011 1100010 11011 0 110000 1010110 11011 11011 1001011 101010

Color Harmonies of #BB621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB621B

Black with #BB621B

Text Example


Text Example

White with #BB621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB621B; }

 p { color: rgb(187,98,27); }

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

background-color css

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

 a { background-color: rgb(187,98,27); }

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

border-color css

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

 span { border-color: rgb(187,98,27); }

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