Html Css Color HEX #BD621E Christine

📋 copy color: '#BD621E'

red 189 ◦ green 98 ◦ blue 30

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

Shades of Christine #BD621E

Tints of Christine #BD621E

RGB

 RED value IS 189 (74.22% from 255) = 59.62%

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 59.62%
G = 30.91%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD621E (or 0xBD621E) is known color: Christine. HEX triplet: BD, 62 and 1E. RGB value is (189,98,30). Sum of RGB (Red+Green+Blue) = 189+98+30=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD621E is #429DE1. Grayscale: #757575. Windows color (decimal): -4365794 or 1991357. OLE color: 1991357.

HSL color Cylindrical-coordinate representation of color #BD621E: hue angle of 25.66º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD621E is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 30 -
CMYK 0 0.48 0.84 0.26
HSL 25.66º 0.73% 0.43% -
HSV(B) 25.66º 0.84% 0.74% -
XYZ 25.59 19.65 3.67 -
YUV 117.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 189 98 30 0 0.48 0.84 0.26 25.66 0.73 0.43
Hex BD 62 1E 0 30 54 1A 1A 49 2B
Octal 275 142 36 0 60 124 32 32 111 53
Binary 10111101 1100010 11110 0 110000 1010100 11010 11010 1001001 101011

Color Harmonies of #BD621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD621E

Black with #BD621E

Text Example


Text Example

White with #BD621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD621E; }

 p { color: rgb(189,98,30); }

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

background-color css

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

 a { background-color: rgb(189,98,30); }

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

border-color css

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

 span { border-color: rgb(189,98,30); }

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