Html Css Color HEX #BDA768 Laser

📋 copy color: '#BDA768'

red 189 ◦ green 167 ◦ blue 104

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

Shades of Laser #BDA768

Tints of Laser #BDA768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.61%

R = 41.09%
G = 36.3%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BDA768 (or 0xBDA768) is known color: Laser. HEX triplet: BD, A7 and 68. RGB value is (189,167,104). Sum of RGB (Red+Green+Blue) = 189+167+104=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA768 is #425897. Grayscale: #A6A6A6. Windows color (decimal): -4348056 or 6858685. OLE color: 6858685.

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

Color convert

RGB 189 167 104 -
CMYK 0 0.12 0.45 0.26
HSL 44.47º 0.39% 0.57% -
HSV(B) 44.47º 0.45% 0.74% -
XYZ 37.3 39.46 18.75 -
YUV 166.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 189 167 104 0 0.12 0.45 0.26 44.47 0.39 0.57
Hex BD A7 68 0 C 2D 1A 2C 27 39
Octal 275 247 150 0 14 55 32 54 47 71
Binary 10111101 10100111 1101000 0 1100 101101 11010 101100 100111 111001

Color Harmonies of #BDA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA768

Black with #BDA768

Text Example


Text Example

White with #BDA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA768; }

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

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

background-color css

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

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

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

border-color css

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

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

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