Html Css Color HEX #BDB306 La Rioja

📋 copy color: '#BDB306'

red 189 ◦ green 179 ◦ blue 6

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

Shades of La Rioja #BDB306

Tints of La Rioja #BDB306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 50.53%
G = 47.86%
B = 1.6%

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

#BDB306 (or 0xBDB306) is known color: La Rioja. HEX triplet: BD, B3 and 06. RGB value is (189,179,6). Sum of RGB (Red+Green+Blue) = 189+179+6=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB306 is #424CF9. Grayscale: #A2A2A2. Windows color (decimal): -4345082 or 439229. OLE color: 439229.

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

Color convert

RGB 189 179 6 -
CMYK 0 0.05 0.97 0.26
HSL 56.72º 0.94% 0.38% -
HSV(B) 56.72º 0.97% 0.74% -
XYZ 37.14 43.07 6.53 -
YUV 162.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 189 179 6 0 0.05 0.97 0.26 56.72 0.94 0.38
Hex BD B3 6 0 5 61 1A 39 5E 26
Octal 275 263 6 0 5 141 32 71 136 46
Binary 10111101 10110011 110 0 101 1100001 11010 111001 1011110 100110

Color Harmonies of #BDB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB306

Black with #BDB306

Text Example


Text Example

White with #BDB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB306; }

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

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

background-color css

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

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

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

border-color css

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

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

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