Html Css Color HEX #BB631A Christine

📋 copy color: '#BB631A'

red 187 ◦ green 99 ◦ blue 26

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

Shades of Christine #BB631A

Tints of Christine #BB631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 59.94%
G = 31.73%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB631A (or 0xBB631A) is known color: Christine. HEX triplet: BB, 63 and 1A. RGB value is (187,99,26). Sum of RGB (Red+Green+Blue) = 187+99+26=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB631A is #449CE5. Grayscale: #757575. Windows color (decimal): -4496614 or 1729467. OLE color: 1729467.

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

Color convert

RGB 187 99 26 -
CMYK 0 0.47 0.86 0.27
HSL 27.2º 0.76% 0.42% -
HSV(B) 27.2º 0.86% 0.73% -
XYZ 25.14 19.56 3.43 -
YUV 116.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 187 99 26 0 0.47 0.86 0.27 27.2 0.76 0.42
Hex BB 63 1A 0 2F 56 1B 1B 4C 2A
Octal 273 143 32 0 57 126 33 33 114 52
Binary 10111011 1100011 11010 0 101111 1010110 11011 11011 1001100 101010

Color Harmonies of #BB631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB631A

Black with #BB631A

Text Example


Text Example

White with #BB631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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