Html Css Color HEX #BDA767 Laser

📋 copy color: '#BDA767'

red 189 ◦ green 167 ◦ blue 103

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

Shades of Laser #BDA767

Tints of Laser #BDA767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 41.18%
G = 36.38%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA767 (or 0xBDA767) is known color: Laser. HEX triplet: BD, A7 and 67. RGB value is (189,167,103). Sum of RGB (Red+Green+Blue) = 189+167+103=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA767 is #425898. Grayscale: #A6A6A6. Windows color (decimal): -4348057 or 6793149. OLE color: 6793149.

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

Color convert

RGB 189 167 103 -
CMYK 0 0.12 0.46 0.26
HSL 44.65º 0.39% 0.57% -
HSV(B) 44.65º 0.46% 0.74% -
XYZ 37.25 39.44 18.48 -
YUV 166.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 189 167 103 0 0.12 0.46 0.26 44.65 0.39 0.57
Hex BD A7 67 0 C 2E 1A 2D 27 39
Octal 275 247 147 0 14 56 32 55 47 71
Binary 10111101 10100111 1100111 0 1100 101110 11010 101101 100111 111001

Color Harmonies of #BDA767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA767

Black with #BDA767

Text Example


Text Example

White with #BDA767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA767; }

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

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

background-color css

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

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

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

border-color css

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

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

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