Html Css Color HEX #BE672C Christine

📋 copy color: '#BE672C'

red 190 ◦ green 103 ◦ blue 44

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

Shades of Christine #BE672C

Tints of Christine #BE672C

RGB

 RED value IS 190 (74.61% from 255) = 56.38%

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 56.38%
G = 30.56%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE672C (or 0xBE672C) is known color: Christine. HEX triplet: BE, 67 and 2C. RGB value is (190,103,44). Sum of RGB (Red+Green+Blue) = 190+103+44=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE672C is #4198D3. Grayscale: #7A7A7A. Windows color (decimal): -4298964 or 2910142. OLE color: 2910142.

HSL color Cylindrical-coordinate representation of color #BE672C: hue angle of 24.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE672C is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 103 44 -
CMYK 0 0.46 0.77 0.25
HSL 24.25º 0.62% 0.46% -
HSV(B) 24.25º 0.77% 0.75% -
XYZ 26.54 20.83 5 -
YUV 122.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 190 103 44 0 0.46 0.77 0.25 24.25 0.62 0.46
Hex BE 67 2C 0 2E 4D 19 18 3E 2E
Octal 276 147 54 0 56 115 31 30 76 56
Binary 10111110 1100111 101100 0 101110 1001101 11001 11000 111110 101110

Color Harmonies of #BE672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE672C

Black with #BE672C

Text Example


Text Example

White with #BE672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE672C; }

 p { color: rgb(190,103,44); }

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

background-color css

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

 a { background-color: rgb(190,103,44); }

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

border-color css

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

 span { border-color: rgb(190,103,44); }

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