Html Css Color HEX #BDB305 La Rioja

📋 copy color: '#BDB305'

red 189 ◦ green 179 ◦ blue 5

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

Shades of La Rioja #BDB305

Tints of La Rioja #BDB305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

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

R = 50.67%
G = 47.99%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDB305 (or 0xBDB305) is known color: La Rioja. HEX triplet: BD, B3 and 05. RGB value is (189,179,5). Sum of RGB (Red+Green+Blue) = 189+179+5=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB305 is #424CFA. Grayscale: #A2A2A2. Windows color (decimal): -4345083 or 373693. OLE color: 373693.

HSL color Cylindrical-coordinate representation of color #BDB305: hue angle of 56.74º 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 #BDB305 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 5 -
CMYK 0 0.05 0.97 0.26
HSL 56.74º 0.95% 0.38% -
HSV(B) 56.74º 0.97% 0.74% -
XYZ 37.13 43.07 6.5 -
YUV 162.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 189 179 5 0 0.05 0.97 0.26 56.74 0.95 0.38
Hex BD B3 5 0 5 61 1A 39 5F 26
Octal 275 263 5 0 5 141 32 71 137 46
Binary 10111101 10110011 101 0 101 1100001 11010 111001 1011111 100110

Color Harmonies of #BDB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB305

Black with #BDB305

Text Example


Text Example

White with #BDB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB305; }

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

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

background-color css

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

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

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

border-color css

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

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

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