Html Css Color HEX #BDAF01 La Rioja

📋 copy color: '#BDAF01'

red 189 ◦ green 175 ◦ blue 1

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

Shades of La Rioja #BDAF01

Tints of La Rioja #BDAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.95%

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

R = 51.78%
G = 47.95%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDAF01 (or 0xBDAF01) is known color: La Rioja. HEX triplet: BD, AF and 01. RGB value is (189,175,1). Sum of RGB (Red+Green+Blue) = 189+175+1=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF01 is #4250FE. Grayscale: #A0A0A0. Windows color (decimal): -4346111 or 110525. OLE color: 110525.

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

Color convert

RGB 189 175 1 -
CMYK 0 0.07 0.99 0.26
HSL 55.53º 0.99% 0.37% -
HSV(B) 55.53º 0.99% 0.74% -
XYZ 36.32 41.48 6.12 -
YUV 159.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 189 175 1 0 0.07 0.99 0.26 55.53 0.99 0.37
Hex BD AF 1 0 7 63 1A 38 63 25
Octal 275 257 1 0 7 143 32 70 143 45
Binary 10111101 10101111 1 0 111 1100011 11010 111000 1100011 100101

Color Harmonies of #BDAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF01

Black with #BDAF01

Text Example


Text Example

White with #BDAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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