Html Css Color HEX #BDB601 La Rioja

📋 copy color: '#BDB601'

red 189 ◦ green 182 ◦ blue 1

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

Shades of La Rioja #BDB601

Tints of La Rioja #BDB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.92%

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

R = 50.81%
G = 48.92%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB601 (or 0xBDB601) is known color: La Rioja. HEX triplet: BD, B6 and 01. RGB value is (189,182,1). Sum of RGB (Red+Green+Blue) = 189+182+1=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB601 is #4249FE. Grayscale: #A4A4A4. Windows color (decimal): -4344319 or 112317. OLE color: 112317.

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

Color convert

RGB 189 182 1 -
CMYK 0 0.04 0.99 0.26
HSL 57.77º 0.99% 0.37% -
HSV(B) 57.77º 0.99% 0.74% -
XYZ 37.72 44.28 6.59 -
YUV 163.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 189 182 1 0 0.04 0.99 0.26 57.77 0.99 0.37
Hex BD B6 1 0 4 63 1A 3A 63 25
Octal 275 266 1 0 4 143 32 72 143 45
Binary 10111101 10110110 1 0 100 1100011 11010 111010 1100011 100101

Color Harmonies of #BDB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB601

Black with #BDB601

Text Example


Text Example

White with #BDB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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