Html Css Color HEX #BDB71B La Rioja

📋 copy color: '#BDB71B'

red 189 ◦ green 183 ◦ blue 27

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

Shades of La Rioja #BDB71B

Tints of La Rioja #BDB71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

 BLUE value IS 27 (10.94% from 255) = 6.77%

R = 47.37%
G = 45.86%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB71B (or 0xBDB71B) is known color: La Rioja. HEX triplet: BD, B7 and 1B. RGB value is (189,183,27). Sum of RGB (Red+Green+Blue) = 189+183+27=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB71B is #4248E4. Grayscale: #A7A7A7. Windows color (decimal): -4344037 or 1816509. OLE color: 1816509.

HSL color Cylindrical-coordinate representation of color #BDB71B: hue angle of 57.78º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB71B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 27 -
CMYK 0 0.03 0.86 0.26
HSL 57.78º 0.75% 0.42% -
HSV(B) 57.78º 0.86% 0.74% -
XYZ 38.12 44.76 7.67 -
YUV 167.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 189 183 27 0 0.03 0.86 0.26 57.78 0.75 0.42
Hex BD B7 1B 0 3 56 1A 3A 4B 2A
Octal 275 267 33 0 3 126 32 72 113 52
Binary 10111101 10110111 11011 0 11 1010110 11010 111010 1001011 101010

Color Harmonies of #BDB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB71B

Black with #BDB71B

Text Example


Text Example

White with #BDB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB71B; }

 p { color: rgb(189,183,27); }

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

background-color css

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

 a { background-color: rgb(189,183,27); }

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

border-color css

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

 span { border-color: rgb(189,183,27); }

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