Html Css Color HEX #BB621A Christine

📋 copy color: '#BB621A'

red 187 ◦ green 98 ◦ blue 26

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

Shades of Christine #BB621A

Tints of Christine #BB621A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 60.13%
G = 31.51%
B = 8.36%

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

#BB621A (or 0xBB621A) is known color: Christine. HEX triplet: BB, 62 and 1A. RGB value is (187,98,26). Sum of RGB (Red+Green+Blue) = 187+98+26=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB621A is #449DE5. Grayscale: #747474. Windows color (decimal): -4496870 or 1729211. OLE color: 1729211.

HSL color Cylindrical-coordinate representation of color #BB621A: hue angle of 26.83º degrees, saturation: 0.76, 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 #BB621A is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 98 26 -
CMYK 0 0.48 0.86 0.27
HSL 26.83º 0.76% 0.42% -
HSV(B) 26.83º 0.86% 0.73% -
XYZ 25.05 19.37 3.4 -
YUV 116.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 187 98 26 0 0.48 0.86 0.27 26.83 0.76 0.42
Hex BB 62 1A 0 30 56 1B 1B 4C 2A
Octal 273 142 32 0 60 126 33 33 114 52
Binary 10111011 1100010 11010 0 110000 1010110 11011 11011 1001100 101010

Color Harmonies of #BB621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB621A

Black with #BB621A

Text Example


Text Example

White with #BB621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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