Html Css Color HEX #BDB49E Akaroa

📋 copy color: '#BDB49E'

red 189 ◦ green 180 ◦ blue 158

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

Shades of Akaroa #BDB49E

Tints of Akaroa #BDB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

 BLUE value IS 158 (62.11% from 255) = 29.98%

R = 35.86%
G = 34.16%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDB49E (or 0xBDB49E) is known color: Akaroa. HEX triplet: BD, B4 and 9E. RGB value is (189,180,158). Sum of RGB (Red+Green+Blue) = 189+180+158=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB49E is #424B61. Grayscale: #B4B4B4. Windows color (decimal): -4344674 or 10400957. OLE color: 10400957.

HSL color Cylindrical-coordinate representation of color #BDB49E: hue angle of 42.58º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB49E is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 158 -
CMYK 0 0.05 0.16 0.26
HSL 42.58º 0.19% 0.68% -
HSV(B) 42.58º 0.16% 0.74% -
XYZ 43.48 45.93 38.92 -
YUV 180.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 189 180 158 0 0.05 0.16 0.26 42.58 0.19 0.68
Hex BD B4 9E 0 5 10 1A 2B 13 44
Octal 275 264 236 0 5 20 32 53 23 104
Binary 10111101 10110100 10011110 0 101 10000 11010 101011 10011 1000100

Color Harmonies of #BDB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB49E

Black with #BDB49E

Text Example


Text Example

White with #BDB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB49E; }

 p { color: rgb(189,180,158); }

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

background-color css

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

 a { background-color: rgb(189,180,158); }

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

border-color css

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

 span { border-color: rgb(189,180,158); }

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