Html Css Color HEX #BDB301 La Rioja

📋 copy color: '#BDB301'

red 189 ◦ green 179 ◦ blue 1

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

Shades of La Rioja #BDB301

Tints of La Rioja #BDB301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 51.22%
G = 48.51%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB301 (or 0xBDB301) is known color: La Rioja. HEX triplet: BD, B3 and 01. RGB value is (189,179,1). Sum of RGB (Red+Green+Blue) = 189+179+1=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB301 is #424CFE. Grayscale: #A2A2A2. Windows color (decimal): -4345087 or 111549. OLE color: 111549.

HSL color Cylindrical-coordinate representation of color #BDB301: hue angle of 56.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDB301 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 1 -
CMYK 0 0.05 0.99 0.26
HSL 56.81º 0.99% 0.37% -
HSV(B) 56.81º 0.99% 0.74% -
XYZ 37.11 43.06 6.38 -
YUV 161.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 189 179 1 0 0.05 0.99 0.26 56.81 0.99 0.37
Hex BD B3 1 0 5 63 1A 39 63 25
Octal 275 263 1 0 5 143 32 71 143 45
Binary 10111101 10110011 1 0 101 1100011 11010 111001 1100011 100101

Color Harmonies of #BDB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB301

Black with #BDB301

Text Example


Text Example

White with #BDB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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