Html Css Color HEX #BDBE07 La Rioja

📋 copy color: '#BDBE07'

red 189 ◦ green 190 ◦ blue 7

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

Shades of La Rioja #BDBE07

Tints of La Rioja #BDBE07

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.22%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 48.96%
G = 49.22%
B = 1.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BDBE07 (or 0xBDBE07) is known color: La Rioja. HEX triplet: BD, BE and 07. RGB value is (189,190,7). Sum of RGB (Red+Green+Blue) = 189+190+7=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE07 is #4241F8. Grayscale: #A9A9A9. Windows color (decimal): -4342265 or 507581. OLE color: 507581.

HSL color Cylindrical-coordinate representation of color #BDBE07: hue angle of 60.33º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDBE07 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 7 -
CMYK 0.01 0 0.96 0.25
HSL 60.33º 0.93% 0.39% -
HSV(B) 60.33º 0.96% 0.75% -
XYZ 39.44 47.66 7.32 -
YUV 168.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 189 190 7 0.01 0 0.96 0.25 60.33 0.93 0.39
Hex BD BE 7 1 0 60 19 3C 5D 27
Octal 275 276 7 1 0 140 31 74 135 47
Binary 10111101 10111110 111 1 0 1100000 11001 111100 1011101 100111

Color Harmonies of #BDBE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE07

Black with #BDBE07

Text Example


Text Example

White with #BDBE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE07; }

 p { color: rgb(189,190,7); }

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

background-color css

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

 a { background-color: rgb(189,190,7); }

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

border-color css

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

 span { border-color: rgb(189,190,7); }

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