Html Css Color HEX #BD694B Red Damask

📋 copy color: '#BD694B'

red 189 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #BD694B

Tints of Red Damask #BD694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 51.22%
G = 28.46%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD694B (or 0xBD694B) is known color: Red Damask. HEX triplet: BD, 69 and 4B. RGB value is (189,105,75). Sum of RGB (Red+Green+Blue) = 189+105+75=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD694B is #4296B4. Grayscale: #7E7E7E. Windows color (decimal): -4363957 or 4942269. OLE color: 4942269.

HSL color Cylindrical-coordinate representation of color #BD694B: hue angle of 15.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD694B is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 105 75 -
CMYK 0 0.44 0.60 0.26
HSL 15.79º 0.46% 0.52% -
HSV(B) 15.79º 0.6% 0.74% -
XYZ 27.31 21.43 9.35 -
YUV 126.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 189 105 75 0 0.44 0.60 0.26 15.79 0.46 0.52
Hex BD 69 4B 0 2C 3C 1A 10 2E 34
Octal 275 151 113 0 54 74 32 20 56 64
Binary 10111101 1101001 1001011 0 101100 111100 11010 10000 101110 110100

Color Harmonies of #BD694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD694B

Black with #BD694B

Text Example


Text Example

White with #BD694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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