Html Css Color HEX #BDB499 Akaroa

📋 copy color: '#BDB499'

red 189 ◦ green 180 ◦ blue 153

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

Shades of Akaroa #BDB499

Tints of Akaroa #BDB499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.31%

R = 36.21%
G = 34.48%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDB499 (or 0xBDB499) is known color: Akaroa. HEX triplet: BD, B4 and 99. RGB value is (189,180,153). Sum of RGB (Red+Green+Blue) = 189+180+153=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB499 is #424B66. Grayscale: #B3B3B3. Windows color (decimal): -4344679 or 10073277. OLE color: 10073277.

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

Color convert

RGB 189 180 153 -
CMYK 0 0.05 0.19 0.26
HSL 45º 0.21% 0.67% -
HSV(B) 45º 0.19% 0.74% -
XYZ 43.06 45.76 36.7 -
YUV 179.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 189 180 153 0 0.05 0.19 0.26 45 0.21 0.67
Hex BD B4 99 0 5 13 1A 2D 15 43
Octal 275 264 231 0 5 23 32 55 25 103
Binary 10111101 10110100 10011001 0 101 10011 11010 101101 10101 1000011

Color Harmonies of #BDB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB499

Black with #BDB499

Text Example


Text Example

White with #BDB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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