Html Css Color HEX #BD8262 Burning Sand

📋 copy color: '#BD8262'

red 189 ◦ green 130 ◦ blue 98

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

Shades of Burning Sand #BD8262

Tints of Burning Sand #BD8262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 45.32%
G = 31.18%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD8262 (or 0xBD8262) is known color: Burning Sand. HEX triplet: BD, 82 and 62. RGB value is (189,130,98). Sum of RGB (Red+Green+Blue) = 189+130+98=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8262 is #427D9D. Grayscale: #909090. Windows color (decimal): -4357534 or 6455997. OLE color: 6455997.

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

Color convert

RGB 189 130 98 -
CMYK 0 0.31 0.48 0.26
HSL 21.1º 0.41% 0.56% -
HSV(B) 21.1º 0.48% 0.74% -
XYZ 31.17 27.67 15.25 -
YUV 143.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 189 130 98 0 0.31 0.48 0.26 21.1 0.41 0.56
Hex BD 82 62 0 1F 30 1A 15 29 38
Octal 275 202 142 0 37 60 32 25 51 70
Binary 10111101 10000010 1100010 0 11111 110000 11010 10101 101001 111000

Color Harmonies of #BD8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8262

Black with #BD8262

Text Example


Text Example

White with #BD8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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