Html Css Color HEX #B9631A Christine

📋 copy color: '#B9631A'

red 185 ◦ green 99 ◦ blue 26

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

Shades of Christine #B9631A

Tints of Christine #B9631A

RGB

 RED value IS 185 (72.66% from 255) = 59.68%

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

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

R = 59.68%
G = 31.94%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9631A (or 0xB9631A) is known color: Christine. HEX triplet: B9, 63 and 1A. RGB value is (185,99,26). Sum of RGB (Red+Green+Blue) = 185+99+26=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9631A is #469CE5. Grayscale: #747474. Windows color (decimal): -4627686 or 1729465. OLE color: 1729465.

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

Color convert

RGB 185 99 26 -
CMYK 0 0.46 0.86 0.27
HSL 27.55º 0.75% 0.41% -
HSV(B) 27.55º 0.86% 0.73% -
XYZ 24.66 19.31 3.41 -
YUV 116.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 185 99 26 0 0.46 0.86 0.27 27.55 0.75 0.41
Hex B9 63 1A 0 2E 56 1B 1C 4B 29
Octal 271 143 32 0 56 126 33 34 113 51
Binary 10111001 1100011 11010 0 101110 1010110 11011 11100 1001011 101001

Color Harmonies of #B9631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9631A

Black with #B9631A

Text Example


Text Example

White with #B9631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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