Html Css Color HEX #B9631F Christine

📋 copy color: '#B9631F'

red 185 ◦ green 99 ◦ blue 31

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

Shades of Christine #B9631F

Tints of Christine #B9631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 58.73%
G = 31.43%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9631F (or 0xB9631F) is known color: Christine. HEX triplet: B9, 63 and 1F. RGB value is (185,99,31). Sum of RGB (Red+Green+Blue) = 185+99+31=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9631F is #469CE0. Grayscale: #757575. Windows color (decimal): -4627681 or 2057145. OLE color: 2057145.

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

Color convert

RGB 185 99 31 -
CMYK 0 0.46 0.83 0.27
HSL 26.49º 0.71% 0.42% -
HSV(B) 26.49º 0.83% 0.73% -
XYZ 24.72 19.34 3.73 -
YUV 116.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 185 99 31 0 0.46 0.83 0.27 26.49 0.71 0.42
Hex B9 63 1F 0 2E 53 1B 1A 47 2A
Octal 271 143 37 0 56 123 33 32 107 52
Binary 10111001 1100011 11111 0 101110 1010011 11011 11010 1000111 101010

Color Harmonies of #B9631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9631F

Black with #B9631F

Text Example


Text Example

White with #B9631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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