Html Css Color HEX #BDB496 Akaroa

📋 copy color: '#BDB496'

red 189 ◦ green 180 ◦ blue 150

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

Shades of Akaroa #BDB496

Tints of Akaroa #BDB496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 36.42%
G = 34.68%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB496 (or 0xBDB496) is known color: Akaroa. HEX triplet: BD, B4 and 96. RGB value is (189,180,150). Sum of RGB (Red+Green+Blue) = 189+180+150=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB496 is #424B69. Grayscale: #B3B3B3. Windows color (decimal): -4344682 or 9876669. OLE color: 9876669.

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

Color convert

RGB 189 180 150 -
CMYK 0 0.05 0.21 0.26
HSL 46.15º 0.23% 0.66% -
HSV(B) 46.15º 0.21% 0.74% -
XYZ 42.81 45.66 35.41 -
YUV 179.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 189 180 150 0 0.05 0.21 0.26 46.15 0.23 0.66
Hex BD B4 96 0 5 15 1A 2E 17 42
Octal 275 264 226 0 5 25 32 56 27 102
Binary 10111101 10110100 10010110 0 101 10101 11010 101110 10111 1000010

Color Harmonies of #BDB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB496

Black with #BDB496

Text Example


Text Example

White with #BDB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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