Html Css Color HEX #BDB205 La Rioja

📋 copy color: '#BDB205'

red 189 ◦ green 178 ◦ blue 5

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

Shades of La Rioja #BDB205

Tints of La Rioja #BDB205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.85%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 50.81%
G = 47.85%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDB205 (or 0xBDB205) is known color: La Rioja. HEX triplet: BD, B2 and 05. RGB value is (189,178,5). Sum of RGB (Red+Green+Blue) = 189+178+5=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB205 is #424DFA. Grayscale: #A2A2A2. Windows color (decimal): -4345339 or 373437. OLE color: 373437.

HSL color Cylindrical-coordinate representation of color #BDB205: hue angle of 56.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB205 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 5 -
CMYK 0 0.06 0.97 0.26
HSL 56.41º 0.95% 0.38% -
HSV(B) 56.41º 0.97% 0.74% -
XYZ 36.93 42.67 6.43 -
YUV 161.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 189 178 5 0 0.06 0.97 0.26 56.41 0.95 0.38
Hex BD B2 5 0 6 61 1A 38 5F 26
Octal 275 262 5 0 6 141 32 70 137 46
Binary 10111101 10110010 101 0 110 1100001 11010 111000 1011111 100110

Color Harmonies of #BDB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB205

Black with #BDB205

Text Example


Text Example

White with #BDB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB205; }

 p { color: rgb(189,178,5); }

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

background-color css

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

 a { background-color: rgb(189,178,5); }

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

border-color css

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

 span { border-color: rgb(189,178,5); }

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