Html Css Color HEX #BDB296 Akaroa

📋 copy color: '#BDB296'

red 189 ◦ green 178 ◦ blue 150

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

Shades of Akaroa #BDB296

Tints of Akaroa #BDB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 36.56%
G = 34.43%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB296 (or 0xBDB296) is known color: Akaroa. HEX triplet: BD, B2 and 96. RGB value is (189,178,150). Sum of RGB (Red+Green+Blue) = 189+178+150=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB296 is #424D69. Grayscale: #B2B2B2. Windows color (decimal): -4345194 or 9876157. OLE color: 9876157.

HSL color Cylindrical-coordinate representation of color #BDB296: hue angle of 43.08º 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 #BDB296 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 150 -
CMYK 0 0.06 0.21 0.26
HSL 43.08º 0.23% 0.66% -
HSV(B) 43.08º 0.21% 0.74% -
XYZ 42.41 44.86 35.28 -
YUV 178.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 189 178 150 0 0.06 0.21 0.26 43.08 0.23 0.66
Hex BD B2 96 0 6 15 1A 2B 17 42
Octal 275 262 226 0 6 25 32 53 27 102
Binary 10111101 10110010 10010110 0 110 10101 11010 101011 10111 1000010

Color Harmonies of #BDB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB296

Black with #BDB296

Text Example


Text Example

White with #BDB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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