Html Css Color HEX #BDA769 Laser

📋 copy color: '#BDA769'

red 189 ◦ green 167 ◦ blue 105

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

Shades of Laser #BDA769

Tints of Laser #BDA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

 BLUE value IS 105 (41.41% from 255) = 22.78%

R = 41%
G = 36.23%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDA769 (or 0xBDA769) is known color: Laser. HEX triplet: BD, A7 and 69. RGB value is (189,167,105). Sum of RGB (Red+Green+Blue) = 189+167+105=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA769 is #425896. Grayscale: #A6A6A6. Windows color (decimal): -4348055 or 6924221. OLE color: 6924221.

HSL color Cylindrical-coordinate representation of color #BDA769: hue angle of 44.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDA769 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 105 -
CMYK 0 0.12 0.44 0.26
HSL 44.29º 0.39% 0.58% -
HSV(B) 44.29º 0.44% 0.74% -
XYZ 37.35 39.48 19.02 -
YUV 166.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 189 167 105 0 0.12 0.44 0.26 44.29 0.39 0.58
Hex BD A7 69 0 C 2C 1A 2C 27 3A
Octal 275 247 151 0 14 54 32 54 47 72
Binary 10111101 10100111 1101001 0 1100 101100 11010 101100 100111 111010

Color Harmonies of #BDA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA769

Black with #BDA769

Text Example


Text Example

White with #BDA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA769; }

 p { color: rgb(189,167,105); }

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

background-color css

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

 a { background-color: rgb(189,167,105); }

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

border-color css

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

 span { border-color: rgb(189,167,105); }

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