Html Css Color HEX #BDB29E Akaroa

📋 copy color: '#BDB29E'

red 189 ◦ green 178 ◦ blue 158

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

Shades of Akaroa #BDB29E

Tints of Akaroa #BDB29E

RGB

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

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

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

R = 36%
G = 33.9%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDB29E (or 0xBDB29E) is known color: Akaroa. HEX triplet: BD, B2 and 9E. RGB value is (189,178,158). Sum of RGB (Red+Green+Blue) = 189+178+158=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB29E is #424D61. Grayscale: #B3B3B3. Windows color (decimal): -4345186 or 10400445. OLE color: 10400445.

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

Color convert

RGB 189 178 158 -
CMYK 0 0.06 0.16 0.26
HSL 38.71º 0.19% 0.68% -
HSV(B) 38.71º 0.16% 0.74% -
XYZ 43.08 45.13 38.79 -
YUV 179.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 189 178 158 0 0.06 0.16 0.26 38.71 0.19 0.68
Hex BD B2 9E 0 6 10 1A 27 13 44
Octal 275 262 236 0 6 20 32 47 23 104
Binary 10111101 10110010 10011110 0 110 10000 11010 100111 10011 1000100

Color Harmonies of #BDB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB29E

Black with #BDB29E

Text Example


Text Example

White with #BDB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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