Html Css Color HEX #BDBC7A Pine Glade

📋 copy color: '#BDBC7A'

red 189 ◦ green 188 ◦ blue 122

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

Shades of Pine Glade #BDBC7A

Tints of Pine Glade #BDBC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 37.88%
G = 37.68%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDBC7A (or 0xBDBC7A) is known color: Pine Glade. HEX triplet: BD, BC and 7A. RGB value is (189,188,122). Sum of RGB (Red+Green+Blue) = 189+188+122=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7A is #424385. Grayscale: #B5B5B5. Windows color (decimal): -4342662 or 8043709. OLE color: 8043709.

HSL color Cylindrical-coordinate representation of color #BDBC7A: hue angle of 59.1º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDBC7A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 188 122 -
CMYK 0 0.01 0.35 0.26
HSL 59.1º 0.34% 0.61% -
HSV(B) 59.1º 0.35% 0.74% -
XYZ 42.48 48.19 25.47 -
YUV 180.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 189 188 122 0 0.01 0.35 0.26 59.1 0.34 0.61
Hex BD BC 7A 0 1 23 1A 3B 22 3D
Octal 275 274 172 0 1 43 32 73 42 75
Binary 10111101 10111100 1111010 0 1 100011 11010 111011 100010 111101

Color Harmonies of #BDBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC7A

Black with #BDBC7A

Text Example


Text Example

White with #BDBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC7A; }

 p { color: rgb(189,188,122); }

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

background-color css

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

 a { background-color: rgb(189,188,122); }

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

border-color css

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

 span { border-color: rgb(189,188,122); }

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