Html Css Color HEX #BDBA01 La Rioja

📋 copy color: '#BDBA01'

red 189 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #BDBA01

Tints of La Rioja #BDBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.47%

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

R = 50.27%
G = 49.47%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDBA01 (or 0xBDBA01) is known color: La Rioja. HEX triplet: BD, BA and 01. RGB value is (189,186,1). Sum of RGB (Red+Green+Blue) = 189+186+1=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA01 is #4245FE. Grayscale: #A6A6A6. Windows color (decimal): -4343295 or 113341. OLE color: 113341.

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

Color convert

RGB 189 186 1 -
CMYK 0 0.02 0.99 0.26
HSL 59.04º 0.99% 0.37% -
HSV(B) 59.04º 0.99% 0.74% -
XYZ 38.55 45.94 6.86 -
YUV 165.81 34.99 144.54 -
System Red Green Blue C M Y K H S L
Decimal 189 186 1 0 0.02 0.99 0.26 59.04 0.99 0.37
Hex BD BA 1 0 2 63 1A 3B 63 25
Octal 275 272 1 0 2 143 32 73 143 45
Binary 10111101 10111010 1 0 10 1100011 11010 111011 1100011 100101

Color Harmonies of #BDBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA01

Black with #BDBA01

Text Example


Text Example

White with #BDBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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