Html Css Color HEX #BD8569 Burning Sand

📋 copy color: '#BD8569'

red 189 ◦ green 133 ◦ blue 105

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

Shades of Burning Sand #BD8569

Tints of Burning Sand #BD8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 44.26%
G = 31.15%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD8569 (or 0xBD8569) is known color: Burning Sand. HEX triplet: BD, 85 and 69. RGB value is (189,133,105). Sum of RGB (Red+Green+Blue) = 189+133+105=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8569 is #427A96. Grayscale: #929292. Windows color (decimal): -4356759 or 6915517. OLE color: 6915517.

HSL color Cylindrical-coordinate representation of color #BD8569: hue angle of 20º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD8569 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 105 -
CMYK 0 0.30 0.44 0.26
HSL 20º 0.39% 0.58% -
HSV(B) 20º 0.44% 0.74% -
XYZ 31.92 28.61 17.21 -
YUV 146.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 189 133 105 0 0.30 0.44 0.26 20 0.39 0.58
Hex BD 85 69 0 1E 2C 1A 14 27 3A
Octal 275 205 151 0 36 54 32 24 47 72
Binary 10111101 10000101 1101001 0 11110 101100 11010 10100 100111 111010

Color Harmonies of #BD8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8569

Black with #BD8569

Text Example


Text Example

White with #BD8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8569; }

 p { color: rgb(189,133,105); }

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

background-color css

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

 a { background-color: rgb(189,133,105); }

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

border-color css

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

 span { border-color: rgb(189,133,105); }

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