Html Css Color HEX #BDB201 La Rioja

📋 copy color: '#BDB201'

red 189 ◦ green 178 ◦ blue 1

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

Shades of La Rioja #BDB201

Tints of La Rioja #BDB201

RGB

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

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

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

R = 51.36%
G = 48.37%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB201 (or 0xBDB201) is known color: La Rioja. HEX triplet: BD, B2 and 01. RGB value is (189,178,1). Sum of RGB (Red+Green+Blue) = 189+178+1=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB201 is #424DFE. Grayscale: #A1A1A1. Windows color (decimal): -4345343 or 111293. OLE color: 111293.

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

Color convert

RGB 189 178 1 -
CMYK 0 0.06 0.99 0.26
HSL 56.49º 0.99% 0.37% -
HSV(B) 56.49º 0.99% 0.74% -
XYZ 36.91 42.66 6.32 -
YUV 161.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 189 178 1 0 0.06 0.99 0.26 56.49 0.99 0.37
Hex BD B2 1 0 6 63 1A 38 63 25
Octal 275 262 1 0 6 143 32 70 143 45
Binary 10111101 10110010 1 0 110 1100011 11010 111000 1100011 100101

Color Harmonies of #BDB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB201

Black with #BDB201

Text Example


Text Example

White with #BDB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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